@echo off

Rem	Save this as a batch file. Save as... Matrix.bat  All Files.  
Rem	It changes colour to green and black
Rem	Then it just prints a ton of random numbers
Rem	It is supposed to mimic a Matrix screen

color 2

:tricks

echo %random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%%random%

goto tricks